home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / www / .htaccess next >
Encoding:
Text File  |  2005-05-23  |  537 b   |  20 lines

  1. # This file provides security to the server limiting access to the localhost only. 
  2. # Comment to deactivate.
  3.  
  4. Order Deny,Allow
  5. Deny from all
  6. Allow from 127.0.0.1
  7.  
  8. # To allow execution of cgi scripts in this directory uncomment next two lines.
  9.  
  10. AddHandler cgi-script .pl .cgi
  11. Options +ExecCGI
  12.  
  13. # To unlock your server, comment the next 4 lines.
  14. # Defaults: Username = admin; Password = userver
  15.  
  16. #AuthName "Uniform Server - Secure Server Access"
  17. #AuthType Basic
  18. #AuthUserFile /htpasswd/www/.htpasswd
  19. #Require valid-user
  20.